home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / telecomm / terms / term-4.1-source.lha / Extras / Source / term-Source.lha / termErrors.h < prev    next >
Encoding:
Text File  |  1994-08-17  |  274 b   |  14 lines

  1. /*
  2. **    termErrors.h
  3. **
  4. **    Error number definitions
  5. **
  6. **    Copyright © 1990-1994 by Olaf `Olsen' Barthel
  7. **        All Rights Reserved
  8. */
  9.  
  10. enum    {    ERR_SAVE_ERROR=42000,ERR_LOAD_ERROR,ERR_NO_MEM,ERR_OUTDATED,
  11.         ERR_NO_PRINTER,ERR_NO_GFX_OUTPUT,ERR_BAD_DIMENSION,
  12.         ERR_PRINT_ERROR
  13.     };
  14.